Add Consumer API OpenID4VP verifier site - #1536
Open
tnotheis wants to merge 16 commits into
Open
Conversation
tnotheis
force-pushed
the
feat/openid4vp-verifier-site
branch
from
September 7, 2026 13:21
63b3d48 to
3e8d6db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/r/{referenceId}onboarding page with an embedded mobile-first OpenID4VP verifierAppOnboarding.cshtml; the TypeScript bundle now only controls existing DOM nodes and performs browser-only loading, decryption, validation, and state updates@nmshd/crypto, and fall back to the previous onboarding flow when the content is not a VP tokenTokenContentVerifiablePresentation.valuewith the existing Credo-based verifier and render loading/valid/invalid/closed states without a mock app/phone shellOpenId4VpVerifierSite/distand let the Consumer API MSBuild target copy it intowwwroot/openid4vp-verifierat local build time; generatedwwwrootassets are no longer committedValidation
npm run typechecknpm run buildNUGET_PACKAGES=/Users/tnotheis/Documents/Codex/2026-09-03/e/work/.nuget/packages NUGET_HTTP_CACHE_PATH=/Users/tnotheis/Documents/Codex/2026-09-03/e/work/.nuget/http-cache dotnet build Applications/ConsumerApi/src/ConsumerApi.csproj --no-restoreNUGET_PACKAGES=/Users/tnotheis/Documents/Codex/2026-09-03/e/work/.nuget/packages NUGET_HTTP_CACHE_PATH=/Users/tnotheis/Documents/Codex/2026-09-03/e/work/.nuget/http-cache dotnet build Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj --no-restoredocker build --target build-env -f Applications/ConsumerApi/src/Dockerfile .docker build -f Applications/ConsumerApi/src/Dockerfile .Notes
3/XCHACHA20_POLY1305is handled.node:fsexternalization and directevalcome from transitive crypto/Credo dependencies.